home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1999 October
/
PCWorld_1999-10_cd1.bin
/
Software
/
TemaCD
/
RCEdit
/
RCEdit.CAB
/
Referal URL.js
< prev
next >
Wrap
Text File
|
1998-06-05
|
185b
|
9 lines
// Show reffering URL, if any
function getref() {
if (document.referrer == "")
{document.write("Information not available")}
else
{document.write(document.referrer)}
}